From c765af739da8c79d6a9419c7599073de23444d6c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 6 Oct 2016 09:46:32 -0700 Subject: [PATCH] Ignore rustc-macro tests for now We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly re-enable them. --- tests/rustc-macro.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/rustc-macro.rs b/tests/rustc-macro.rs index f3d618b12..f9ea79d2a 100644 --- a/tests/rustc-macro.rs +++ b/tests/rustc-macro.rs @@ -6,6 +6,7 @@ use cargotest::support::{project, execs}; use hamcrest::assert_that; #[test] +#[ignore] fn noop() { if !is_nightly() { return; @@ -62,6 +63,7 @@ fn noop() { } #[test] +#[ignore] fn impl_and_derive() { if !is_nightly() { return; @@ -146,6 +148,7 @@ fn impl_and_derive() { } #[test] +#[ignore] fn plugin_and_rustc_macro() { if !is_nightly() { return; -- 2.30.2